OPC Studio User's Guide and Reference
TypedValue Property (UAAttributeData<TValue>)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Generic Namespace > UAAttributeData<TValue> Class : TypedValue Property
Gets or sets the data value.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property TypedValue As TValue
 
'Usage
 
Dim instance As UAAttributeData(Of TValue)
Dim value As TValue
 
instance.TypedValue = value
 
value = instance.TypedValue

Property Value

This value of this property can be null (Nothing in Visual Basic).

Remarks
The property has a different name from the base class in order to satisfy StreamInsight serialization limitations.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also